-
Notifications
You must be signed in to change notification settings - Fork 15.2k
[clang-tidy][NFC] Add clang-tidy formatting commit to .git-blame-ignore-revs
#167126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
.git-blame-ignore-revs.git-blame-ignore-revs
|
silent ping :) |
.git-blame-ignore-revs
Outdated
| # | ||
| # $ git config blame.ignoreRevsFile .git-blame-ignore-revs | ||
|
|
||
| # [clang-tidy][NFC] Enforce 80 characters limit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a remaining commit to be added: #168049
I'll add it when the PR above is merged :)
.git-blame-ignore-revs
Outdated
| # | ||
| # $ git config blame.ignoreRevsFile .git-blame-ignore-revs | ||
|
|
||
| # [clang-tidy][NFC] Enforce 80 characters limit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should add this at the end of the file to make it chronological order.
.git-blame-ignore-revs
Outdated
| # [clang-tidy][NFC] Fix alphabetical order in list.rst and ReleaseNotes.rst | ||
| 80a65c36625900e37f35c913977e351018ec6d87 | ||
| 0013b5f83d8e3310990d18b8ce581aa2831ea5c5 | ||
| fddfc705d03ec6e9c75441d66057c1219902c8c1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think these are worth putting here.
ignore-revs files should be used for large-scale refactoring and where changes may hurt readability.
These changes don't hurt IMO
Co-authored-by: Baranov Victor <bar.victor.2002@gmail.com>
No description provided.